From 9bd82a60e4ae2184dc512e200e89e5e957d6c910 Mon Sep 17 00:00:00 2001 From: Rupert Weber Date: Wed, 1 Sep 2010 17:54:21 +0200 Subject: [PATCH] docs: HTML cleanup Small HTML cleanups like missing end-tags so page passes HTML validator. --- AUTHORS | 2 +- docs/index-static.html.in | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index 6040b63..ec8d031 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,7 +5,7 @@
Build sanity and optimizations.
Michael Natterer mitch at gimp.org
Build sanity.
-
Kevin Cozens
+
Kevin Cozens kcozens at cvs.gnome.org
Build sanity.
Tim Mooney
Portability fixes.
diff --git a/docs/index-static.html.in b/docs/index-static.html.in index 75b4bdb..af6ab13 100644 --- a/docs/index-static.html.in +++ b/docs/index-static.html.in @@ -80,7 +80,7 @@
  •     Pixel formats
  • -->
  •   Shortcut Coverage
  • -
  •   Environment
  •   Environment
  •   Extending
  •   Directory Overview
  • @@ -90,7 +90,7 @@ - +
    @@ -103,7 +103,7 @@

    It allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and - component permutations. + component permutations.

    A vocabulary to formulate new pixel formats from existing primitives is provided as well as the framework to add new color models and @@ -140,7 +140,7 @@

  • ANSI C, works on win32, linux and mac, 32bit and 64bit systems.
  • Extendable with new formats, color models, components and datatypes.
  • -
  • Reference 64bit floating point conversions for datatypes and color models. +
  • Reference 64bit floating point conversions for datatypes and color models.
  • GEGL through babl_format ("R'G'B' u8"); const Babl *lab = babl_format ("CIE Lab float"); -const Babl *rgb_to_lab_fish = babl_fish (srgb, lab); +const Babl *rgb_to_lab_fish = babl_fish (srgb, lab); float *lab_buffer; unsigned char *srgb_buffer; @@ -234,7 +234,7 @@ lab_buffer = malloc (pixel_count * 3 * 4); ...... do operation in lab space ........ -babl_process (babl_fish(lab, srgb), +babl_process (babl_fish(lab, srgb), lab_buffer, srgb_buffer, pixel_count); /* the data has now been transformed back to srgb data */ -- 2.30.2